Orientation

public interface Orientation<T extends PrintSettings>

Allows configuring the page orientation.

Implemented by concrete PrintSettings implementations that support configuring the page orientation.

Since

7.13

Parameters

<T>

the concrete print settings type

Inheritors

Functions

Link copied to clipboard
public abstract Orientation orientation()
Returns the page orientation.
public abstract T orientation(Orientation orientation)
Configures the page orientation.